@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {margin:0;padding:0;list-style:none;}
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
body#index{}
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;/* min-width: 320px; */}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(211deg 83% 41%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#c11212;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.fl {float:left;}
.fr {float:right;}
input {border-radius:0;-webkit-appearance:none;appearance:none;background:none;border:0;box-shadow:0 0 0;font-size:14px;}
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1210px){
	.container{width: 1180px;}
}
@media (min-width: 1310px){
	.container{width: 1280px;}
}
@media (min-width: 1410px){
	.container{width: 1380px;}
}
@media (min-width: 1510px){
	.container{width: 1440px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/* 头部 */
#header{position: fixed;width: 100%;z-index: 1000;/* transition: all .3s; *//* -webkit-transition: all .3s; */}
#header:hover{background: #fff;}
.head-atop{background:#c11212;line-height:40px;height:40px;}
.head-search{float:right;}
.head-search>p{font-size:14px;color:#fff;float:left;height:40px;padding-left:20px;background:url(../images/htel.png) no-repeat left;}
.head-search>p>a{font-size:16px;font-weight:bold;color:#fff;}
.head-search>form{float:left;width:190px;margin: 7px 0 7px 20px;line-height:26px;height:26px;background:#fff;border-radius:15px;}
.head-search>form>.s_tt{width:calc(100% - 36px);float:left;padding-left:20px;padding-right:10px;}
.head-search>form>.s_bt{width:36px;float:left;background:url(../images/search-btn.png) no-repeat center;}
.head-acon{background: #fff; box-shadow: -10px -5px 10px 4px #999; width: 100%;}
.headcon{position:relative;z-index:999;}
.logo{float: left; padding: 23px 0px 23px;}
.logo h1, .logo>h2{float:left;}
.logo h1 { margin-right:20px; }
.logtxt{float:left;padding-left: 34px;padding-top: 5px;}
.logtxt h2{font-size: 26px;font-weight: bold;padding-bottom: 6px;color: #000;}
.logtxt p{ font-size: 12px;}

.logo a{display: block;position:relative;}

.logo a img.logo-def{padding-top: 6px;width: 209px; }
.logo a img.logo-fix{position: absolute;left: 10px;top: 6px;z-index: 1;opacity: 1;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def{opacity: 1;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix{opacity: 1;}
#header:hover .head-acon, #header.active .head-acon{/* background:none; */}
.head-raea{float: right;position: relative;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}
	
	
	
.headnav nav {
    display: none;
    border-top: 2px solid #000;
    position: fixed;
    left: 0;
    width: 100%;
    top: 66px;
    bottom: 0;
    background: #333;
	z-index:10000;
}

.headnav nav li { 
    position: relative;
}

.headnav nav li > a {
    display: block;
    overflow: hidden;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #444;
    
}

.headnav nav li.on>a {
    background: #ab0000;
}

.headnav nav li.on a {
    color: #fff;
}

.headnav nav li .sub { 
    left: 0;
    top: 100%; 
    width: 100%;
    position: static;
    background: #444;
    text-align: left;
    display:none; 
}

.headnav nav li .sub a {
    display: block;
    overflow: hidden; 
    color: #fff; 
    padding: 0 15px;
    height: auto;
    line-height: 36px;
    border-top: 0;
    border-bottom: 1px solid #555;
}

.headnav nav li .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    opacity: .8;
    font-size: 18px;
}
#search-btn{float:left;display:block;line-height: 36px;margin: 27px 0;color:#fff;background:#c11212;font-size:16px;padding:0 26px;border-radius:18px;cursor:pointer;}
#search-btn i{margin-right:8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:90px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 38px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #333;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#c11212;}

.top-yxal{/* position: absolute; *//* right: 0; *//* top: 0; */border-left: 1px solid #ccc;float: right;margin-right: 10px;}
.top-yxal p{float: left;width: 100px;height: 100px;text-align: center;padding-top: 27px;}
.top-yxal .top-p1{padding-top: 34px;}
.top-yxal .top-p2{background: #c11212;}
.top-yxal p img{ display: inline-block;}

#nav_2{ position:relative; }
#nav_3{ position:relative; }
.headnav{     border-top: 1px solid #cecece; }
.headcon{  width:1200px; margin:0 auto; }
/* 导航栏 */
.nav{ position: relative;  width:1200px; margin:0 auto; }
.nav>li{float: left; width:14.285%; }
.nav>li em{display:none;}
.nav>li.cur em,.nav>li:hover em{display: block;position: absolute;top: 17px;left: 50%;transform: translateX(-50%);font-size: 26px;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 16px;margin: 0 24px;color: #333;position: relative;line-height: 59px;text-align: center;padding: 0;}
.nav>li>a span{position: relative;top: -2px;color: #666;}
.nav>li>a em{color:#fff;letter-spacing: 1px;}
.nav>li.cur>a span,.nav>li:hover>a span{color: #c11212; }
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%; bottom: 0px;z-index: -1;height: 2px;background-color: #c11212;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.lmtw{position: absolute;top: 100%;left: 0%;/* margin-left: -90px; */width: 100%;min-width: 500px;padding: 20px; padding-top: 0px; 
      padding: 10px 20px;
      border-top: none; 
      background-color:rgba(0,0,0,0.7); 
      opacity: 0; 
      -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display:none;
      
      }

.lmtw2 { width:600px; left: -45%;}
.nav-er-box{ overflow:hidden; }
.lmtw1{ width:195px; min-width: 195px; left:50%; margin-left:-97px; z-index:999999999999999;  }


.nav-er-list{line-height: 42px; position: relative; text-align: left;width: 48%;margin: 0 1%;float: left;}


.lmtw1 .nav-er-list{line-height: 42px; position: relative; text-align: center;width: 98%;margin: 0 1%;float: none;}


.lmtw2 .nav-er-list{line-height: 42px; position: relative; width: 23%;margin: 0 1%;float: left;}

.lmtw2 .nav-er span{ display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px; }
.lmtw2 .nav-er:hover span{ color:#c11212; }
.lmtw2 .nav-er-list > li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}


.nav-er-list ul li{ height:26px; line-height:26px;}
.nav-er-list ul li a{ color:#FFF; background:none; font-size: 14px;
}
.nav-er-list ul li a:hover{ color:#FF0;background:none;}
.nav-er-list:last-child{/* border-bottom: none; */}
.nav-er-list a{display: block;padding: 0 15px; }
.nav-er-list:hover a,.nav-er-list.on a{ color:#fff; font-weight:inherit }
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background:#FFF;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #FFF;font-size: 14px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;font-size: 14px; 
    line-height: 1.5;
    padding: .5em;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #c11212;display: none;}
.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}
.nav li.active .nav-yi{color: #c11212;}
.nav-box li.active .nav-yi::after{display: block;}


.nav>li:hover .lmtw
{
    opacity: 1; 
    display:block;
  -webkit-transform: translateY(0);
          transform: translateY(0); 
}

.nav>li:hover .nav-yi{color: #c11212;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color:#d92028;/* font-weight: bold; */}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #c11212;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 20%;right: 20%;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#333;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #c11212;}

.nav-er-img{ display: inline-block; padding-top: 20px;}
.nav-er-img>:first-child{display: block;}
.nav-er-img .navimg{}
.nav-er-img .navimg.on{ display:block !important; }
.nav-er-img .navimg img{ width: 46%; float: left; padding: 2px; border: 1px solid #ccc;}
.nav-er-img .navimg .www{ float: left; width: 50%; padding-top: 12px; line-height: 24px; padding-left: 4%;}
.nav-er-img .navimg h2{padding-bottom: 12px;font-size:18px;font-weight:bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.nav-er-img .navimg p{}


/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 92px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#c11212}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#c11212}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_atop{width:100%;}
.header_space{width: 100%;height: 160px;}
.nav>li::before {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: url(../images/nav2.png) no-repeat center;
}
@media (max-width: 1830px){
    .logo { margin-left: 50px;}
    .nav>li>a{padding: 0 0px;min-width: 80px;margin: 0 8px;}
}

@media (max-width: 1672px){
    .logo { margin-left: 30px;}
    .nav{ padding-right: 42px;}
    .nav>li>a{padding: 0 0px;min-width: 80px;margin: 0 8px;} 
}

@media (max-width: 1600px){
    .logo {margin-left: 30px; }
    .nav{padding-right: 32px;}
    .nav>li>a{padding: 0 0px;min-width: 80px;margin: 0 6px;} 
}

@media (max-width: 1500px){
     .nav{ }
}

@media (max-width: 1440px){
	.nav{ }
    .nav>li>a{padding: 0 0px;min-width: 60px;font-size: 15px;margin: 0 8px;} 

}

@media (max-width: 1423px){
	.nav{ }
    .nav>li>a{padding: 0;min-width: 60px;font-size: 15px;margin: 0 6px;}
}

@media (max-width: 1409px){
	.nav>li{margin-right: 0px;}
	.nav{}
}

@media (max-width: 1366px){
    .nav{}
    .nav>li>a{padding: 0;min-width: 42px;font-size: 15px;}
}

@media (max-width: 1336px){
    .nav>li>a{padding: 0;min-width: 42px;font-size: 15px;}
}

@media (max-width: 1309px){
	.nav>li{margin-right: 0px;}
	.nav>li>a{padding: 0 0px;min-width: 42px;font-size: 15px;margin: 0 4px;} 
	
}

@media (max-width: 1300px){
    .nav>li>a{padding: 0 0px;min-width: 42px;font-size: 15px;margin: 0 16px;} 
}

@media (max-width: 1261px){
    .top-yxal{ display:none; }
    .nav{ }
    .nav>li>a{padding: 0;min-width: 42px;font-size: 15px;margin: 0 16px;}
    .logo a img.logo-def{ margin-top: 0;}
    .logo {margin-left: 30px; }
}

@media (max-width: 1199px){ 
	.header_space{display:block;height: 164px;}
	.head-raea{margin-left:0;}
	.logo{ margin-top: 0px;}
    .headcon{ width:100%; } 
    .nav>li>a{line-height:64px;margin: 0 20px;}
    .nav>li>a::after{bottom: 6px;}
    .logtxt{float:left;padding-top: 5px;}
    .logtxt h2{ font-size: 20px;font-weight: bold;padding-bottom: 6px;color: #c11212;}
    .logtxt p{ font-size: 14px;}
}

@media (max-width: 991px){
	.nav,.top-yxal{display:none;}
	.mm-nav-box {display: block;}
	#m-head-nav{display:block;margin-right: 32px;margin-top: 28px;}
	.header_space{ display:block; height: 65px;}
	.head-raea{margin-left:0;}
	.logo{ margin-top: 0px;}  
    .headnav nav { top: 64px; }
    #m-head-nav{display:block;margin-right: 32px;margin-top: 22px;}
    
    
    .logo { 
    padding: 5px 0px ;
}
}


@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
	.headcon{padding: 0px 10px;height: 66px;}
	.logo a img{height: 54px;}
    .logo{margin-top: 0px;} 
    #m-head-nav{margin-top: 27px;}
    .header_space{display:block;height: 66px;}
    
    
    .headnav nav { 
    top: 66px; 
}
.logtxt{ display:none; }
}
@media (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header{/* height:110px; */}
	.header_space{height: 66px;}
	.logo a img{height: 48px;margin-top: 6px;}
	.mm-nav-box[data-on="active"]{top: 65px;}
	#header:hover .logo, #header.active .logo{}
	#header.active .head-raea{margin-top: 0;}
	#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
	#m-head-nav{margin-left: 15px; margin-right: 20px;}
	.mm-nav-box{top: 66px;}
	.logo{margin-left:10px;margin-top: 3px;}
}
@media (max-width: 450px){
	#header{height: 66px;}
	.head-atop{padding:0 10px;line-height:30px;height:30px;}
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height:30px;display: none;}
	.mm-nav-box[data-on="active"]{top: 66px;}
}

@media (max-width: 400px)
{
    .logo a img.logo-def {
     padding-top: 10px; width: 150px; 
}
	.logo a img{height: 38px; margin-top: 15px;
	}
}

@media (max-width: 300px)
{
    .logo a img.logo-def {
     padding-top: 10px; width: 120px; margin-top: 5px;
}
	.logo a img{height: 36px; 
	}
}
/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);padding:14px 18px;background:rgb(0 0 0 / 20%);border-radius:20px;}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#banner .swiper-pagination-bullet-active{background:#c11212;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}

/* 轮播图 */
#c_banner{position:relative;}
#c_banner video{width:100%;display:block;}
#c_banner .swiper-slide a{display:block;}
#c_banner .swiper-slide img{display:block;max-width:100%;}
#c_banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);padding:14px 18px;background:rgb(0 0 0 / 20%);border-radius:20px;}
#c_banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#c_banner .swiper-pagination-bullet-active{background:#c11212;}
#c_banner .swiper-button-prev, #c_banner .swiper-button-next{width:46px;height:46px;background:url(../images/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#c_banner .swiper-button-prev{left:-115px;}
#c_banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#c_banner:hover .swiper-button-prev{left:115px;}
#c_banner:hover .swiper-button-next{right:115px;}
#c_banner .swiper-button-prev:hover, #c_banner .swiper-button-next:hover{background:url(../images/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}


/* 搜索Search */
#search{border-bottom: 1px solid #ddd;background: url(../images/cxbj.png) #f5f5f5 left no-repeat;}
.search-left{line-height: 20px;padding: 23px 0;overflow: hidden;}
.search-left>span{display: block;float: left;color: #222;font-size: 18px;margin-right: 10px;}
.search-left p{color: #666;float: left;}
.search-left p span{ font-size: 14px; color: #fff; padding-left: 10px; padding-right: 10px;}
.search-left p a{color: #666;margin: 0 3px;font-size: 14px;}
.search-left p a:hover{color: #c11212;}
.search-right{padding: 0;overflow: hidden;}
.search-post{float: right;padding: 9px 0 9px 0px;width: calc(100% - 120px);}
.search-post form{overflow: hidden;border: 1px solid #e5e5e5;border-radius: 24px;border-right: none;background: #fff;}
#input1{float: left;padding-left: 25px;padding-right: 10px;line-height: 46px;width: calc(100% - 50px);background: #fff;}
.search-post .s_bt{float: left;width: 50px;height: 46px;border-radius: 50%;background: url(../images/gjcfdj.png) center no-repeat;text-indent: -9999999999999px;}
.search-tel{color: #222;background: url(../images/gjcdh.png) left center no-repeat;padding: 22px 40px 22px 57px;float: right; margin-top:15px; }
.search-tel h2{font-size: 16px;padding-bottom: 4px;}
.search-tel p{font-size: 22px;font-weight: bold;line-height: 28px;color: #c11212;}


@media only screen  and (max-width: 1440px){
    .search-tel{ padding: 22px 20px 22px 48px;}
    #search{ background:none; }
    .search-left p span{ color:#333; }
}

@media only screen  and (max-width: 1359px){
	.search-post{padding: 9px 0 9px 0px;width: calc(100% - 120px);}
	.search-tel{padding: 22px 12px 22px 50px;}
}

@media only screen  and (max-width: 1300px){
}

@media only screen  and (max-width: 1199px){
	.search-left>span{display: none;}
	.search-left p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
	.search-post{padding: 9px 0 9px 0px;width: calc(100% - 120px);}
	.search-tel{padding: 13px 30px 18px 57px; margin-top: 23px;}
	#search{ background:none; }
	.search-left p span{ color:#333; }
	.nav{ width:100%; }
}
@media only screen  and (max-width: 991px){
	.search-left{padding: 10px 0;}
	.search-left p{text-align: center;}
	.search-post{padding: 6px 0;width: 100%;}
	.search-tel{padding: 8px 0 8px 55px;}
	#search{ background:none; }
	
	.search-tel{display:none}
}
@media only screen  and (max-width: 767px){
	.search-left p{text-align: left;}
	.search-tel h2{font-size:14px;padding-bottom: 2px;}
	.search-tel p{font-size:18px;line-height: 20px;}
	.search-left p span{ color:#333; }

}
@media only screen  and (max-width: 500px){
	#search{padding: 5px 0;}
	.search-tel{background: none;padding: 5px 0;}
	.search-tel p{font-size: 14px;line-height: 20px;}
	.search-left{padding: 5px 0;}
	.search-post{width: 100%;}
}
@media only screen  and (max-width: 390px){
	.search-post{padding: 7px 0;width: 100%;}
	.search-tel h2{font-size: 14px;}
	.search-tel p{font-size: 14px;}
}


/* 首页标题 */
.sy-tit{padding:0 10px;text-align: center;}
.sy-tit h2{font-size: 40px;color: #333;font-weight: bold;padding: 2px 0;}
.sy-tit p{color: #999;font-size: 16px;text-transform:uppercase;font-weight: bold;font-family:Arial;}
.sy-tit i{ width: 42px; height: 4px; display: inline-block; background: #c11212; margin-top: 20px;}

@media only screen and (max-width:1440px){
  
}

@media only screen and (max-width:1300px){
  
}

@media only screen and (max-width:1200px){
	
}

@media only screen and (max-width:991px){
	
}

@media only screen and (max-width:767px){
	.sy-tit p{ font-size: 14px;}
    .sy-tit h2{ font-size:24px; }
}

@media only screen and (max-width:500px){
	
}

@media only screen and (max-width:375px){
   
}

/*lm1*/
#sy-pro{padding: 42px 0;overflow: hidden; background-color:#f6f6f6;}
.protag{line-height: 66px;font-size:0;margin-top:15px;position: relative;}
.protag i{width: 100%;height: 1px;background: #ccc;position: absolute;bottom: 0;transform: translateY(-50%);}
.protag a{display:inline-block;font-size: 16px;color:#252525;margin: 0 32px;position:relative;font-family: Arial;}
.protag a.on::after{content:'';position:absolute;bottom: -8.5px;background:url(../images/protagx.png) no-repeat;width: 135px;height: 12px;left:50%;transform: translateX(-50%);/* margin-left:-38px; */}
.protag a.on{ color:#0065b9 }
.protag a:hover{color:#0065b9;}

.probox{padding-top: 42px;}
.probox .proone{position: relative;}
.probox .proone>div{ overflow:hidden; }
.probox .proone .sycp-nr{padding-top: 88px;padding-left: 40px;}
.probox .proone .sycp-nr h4{background: #c11212;color: #fff;display: inline-block;padding: 10px 32px;font-size: 24px;}
.probox .proone .sycp-nr h2{font-size: 28px;padding: 16px 0;color: #ee3333;}
.probox .proone .sycp-nr p{font-size: 18px;color: #666;}
.probox .proone .sycp-nr .cp-p1{ padding-bottom: 20px;}
.probox .proone .sycp-nr .cp-p2{padding-bottom: 6px;font-weight: bold;}
.probox .proone .sycp-nr .cp-p3{
}
.probox .proone .sycp-nr a{ border: 2px solid #c11212; width: 160px; height: 46px; display: inline-block; text-align: center; line-height: 42px; font-size: 16px; border-radius: 24px; color: #c11212; margin-top: 20px;}
.probox .proone .sycp-nr a:hover{ background:#c11212; color:#fff; }
.probox .proone .swiper-pagination{bottom: -30px;}
.probox .proone .swiper-pagination-bullet{ width: 16px; height: 16px; margin: 0 6px;}
.probox .proone .swiper-button-next{background:url(../images/cp-right.jpg) no-repeat;right: -20px;width: 46px;height: 80px;}
.probox .proone .swiper-button-prev{background:url(../images/cp-left.jpg) no-repeat;left: -20px;width: 46px;height: 80px;}

.probox .owl-carousel .owl-nav{ display: block;}
.probox .owl-carousel .owl-dots{ display: block; position: absolute; left: 50%; transform: translateX(-50%);}
.probox .owl-dots{}
.probox .owl-dots .owl-dot{ float: left; margin: 6px;}
.probox .owl-dots .owl-dot span{ width: 16px; height: 16px; display: inline-block; background: #ccc; border-radius: 20px;}
.protag .container{ text-align:center; }
.probox .owl-dots .owl-dot.active span{ background:#c11212; }

@media only screen and (max-width:1500px){
  .protag a{margin: 0 28px;}
}

@media only screen and (max-width:1440px){
  .protag a{margin: 0 24px;}
}

@media only screen and (max-width: 1366px){
  .protag a{ margin: 0 20px;}
}

@media only screen and (max-width:1300px){
  .protag a{ margin: 0 20px;}
}

@media only screen and (max-width:1240px){
  .protag a{margin: 0 18px;}
}

@media only screen and (max-width:1200px){
	.protag a{margin: 0 12px;font-size: 14px;}
	.protag .container{width:100%;text-align: center;}
}

@media only screen and (max-width:991px){
	.protag a{/* display: initial; *//* width: 48%; */margin: 1%;line-height: 10px;border: 1px solid #ccc;padding: 16px 10px;text-align: center;font-size: 14px;}
	.protag i{ display:none; }
	.protag a.on::after{ display:none; }
	.protag{line-height: 48px;}
	.protag .container{ width:100% }
	.probox .proone .sycp-nr{padding-top: 0px;}
	#sy-pro .container{width: 96%;}
}

@media only screen and (max-width:767px){
    .protag a{display: initial;width: 48%;margin: 1%;line-height: 10px;border: 1px solid #ccc;padding: 10px;text-align: center;font-size: 14px;}
    .protag{line-height: 48px;}
    .probox .proone .sycp-nr h2{ font-size:24px; }
    .probox .proone .sycp-nr p{ font-size:16px; }
    .probox .owl-carousel .owl-dots{ bottom:-40px; }
    .probox .proone .sycp-nr a{ text-align: center; width: 140px; height: 42px; font-size: 16px; line-height: 38px; padding: 0;}

    .probox .proone .swiper-button-next{ right: 0px; }
    .probox .proone .swiper-button-prev{ left: 0px; }
    .probox .proone .sycp-nr{padding-top: 24px;}
    .protag a.on::after{ display:none; }
}

@media only screen and (max-width:500px){
	.protag a{width: 48%;margin: 1%;line-height: 10px;border: 1px solid #ccc;padding: 10px;text-align: center;font-size: 14px;}
    .protag a.on::after{ display:none; }
    .protag i{ display:none; }
    .probox .proone .swiper-pagination{ bottom:-40px; }
    .probox .proone .swiper-button-next{right: 0px;top: 40%;}
    .probox .proone .swiper-button-prev{left: 0px;top: 40%;}
    #sy-pro{ padding:32px 0; }
    .probox .proone .sycp-nr{ padding-left:15px; }
    .probox .proone .sycp-nr h4{ font-size: 20px; padding: 6px 20px;}
    .probox .proone .sycp-nr h2{ font-size: 20px; line-height: 24px;}
}

@media only screen and (max-width:375px){
   
}

/*lm2*/
#sy_shili{background: #f5f5f5;margin-top: 70px;position: relative;}
#sy_shili>img{ position: absolute; right: 0; top: -50px;}
.sidays{ position: relative;}
.ysleft{width: calc(100% - 1136px);float: left;padding-left: 228px;padding-top: 61px;}
.ysleft .ystit{padding-bottom: 30px;}
.ysleft .ystit p{text-transform: uppercase;font-size: 40px;color: #ccc;font-weight: bold;font-family: Arial;}
.ysleft .ystit h2{font-size: 40px;font-weight: bold;padding: 10px 0;padding-top: 0;}
.ysleft .ystit i{ width: 42px; height: 3px; background: #c11212; display: inline-block;}
.ysleft .shuzi{padding-bottom: 19px;}
.ysleft .shuzi p{font-size: 30px;color: #ccc; font-weight:bold;}
.ysleft .shuzi p em{ font-size:40px;color:#c11212;font-weight:bold }
.ysleft ul{display: inline-block;border-bottom: 1px solid #ccc;}
.ysleft ul li{width: 50%;float: left;display: inline-block;border: 1px solid #ccc;border-right: none;border-bottom: none;padding-left: 6%;padding-top: 6%;padding-bottom: 6%;}
.ysleft ul li a{ font-size: 18px; font-weight: bold;}
.ysleft ul li p{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-family: Arial;}
.ysleft ul li .ysimg1{ display:block; }
.ysleft ul li .ysimg2{ display:none; }
.ysleft ul li.on .ysimg1{display:none;}
.ysleft ul li.on .ysimg2{display:block;}
.ysleft ul li.on{ background: url(../images/yslm1.jpg) center no-repeat;}
.ysleft ul li.on a{color: #fff;}
.ysleft ul li.on p{color: #fff;}
.ysright{width: 1136px;float: left;}
.ysright .ysqiehuan{ position: relative;}
.ysright .ysqiehuan img{width: 100%;}
.ysright .ysqiehuan .sy_newsl_desc{ position: absolute; bottom: 46px; width: 80%; padding-left: 4%;}
.ysright .ysqiehuan .sy_newsl_desc h4{ font-size: 40px; color: #fff; font-weight: bold; padding-bottom: 6px;}
.ysright .ysqiehuan .sy_newsl_desc h3{ color: #fff; font-size: 32px; font-weight: bold; padding-bottom: 4px;}
.ysright .ysqiehuan .sy_newsl_desc span{ color: #fff; font-family: arial;}
.ysright .ysqiehuan .sy_newsl_desc .sy_newsl_desc_list{ color: #fff; padding-top: 20px; font-size: 16px;}

@media (max-width: 1600px){
	.ysleft{padding-left: 40px;width: calc(100% - 1000px);padding-top: 0px;}
    .ysright{width: 1000px;}
    .ysleft .ystit{ padding-bottom: 17px;}
}

@media (max-width: 1440px){
	.ysleft{padding-left: 20px;width: calc(100% - 1000px);padding-top: 32px;}
    .ysright{width: 1000px;}
}

@media (max-width: 1400px){
	.ysleft{padding-top: 30px;}
}

@media (max-width: 1366px){
	.ysleft{padding-left: 64px;width: calc(100% - 900px);padding-top: 34px;}
    .ysright{width: 900px;}
    .ysleft ul li{ padding: 4%; padding-right: 0;}
    .ysleft .ystit p{text-transform: uppercase;font-size: 32px;color: #ccc;font-weight: bold;font-family: Arial;}
    .ysleft .ystit h2{font-size: 32px;font-weight: bold;padding: 10px 0;padding-top: 0;}
}

@media (max-width: 1300px){
	.ysleft{padding-left: 42px;width: calc(100% - 900px);padding-top: 46px;}
}


@media (max-width: 1230px){
	.ysleft{padding-left: 42px;width: calc(100% - 860px);padding-top: 24px;}
	.ysright{width: 860px;}
}

@media (max-width: 1200px){
	.ysleft{width: 100%;padding: 0;}
	.ysright{ width:100% }
	.ysleft ul li{width: 20%;padding: 28px;}
	.ysleft .ystit{/* display:none; */float: left;padding: 28px;width: 19.9%;}
	.ysleft .shuzi{display:none;float: left;}
	.ysleft ul{border-right:1px solid #ccc;display: block;}
    .ysleft ul li a{ font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
    .ysleft .ystit h2{ font-size: 26px;}
    .ysleft .ystit p{ font-size: 24px;}
}

@media (max-width: 1080px){
    .ysleft .ystit h2{ font-size:20px; }
}

@media (max-width: 1024px){
	#sy_shili>img{ display:none; }
	#sy_shili{ margin-top:32px; }
	
}

@media (max-width: 991px){
	.ysleft .ystit{ display:none; }
	.ysleft ul li{width:25%;padding: 6px;}
	.ysleft ul li a{font-size:14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
	.ysleft ul li p{ font-size:12px; }
	#sy_shili{ background:#fff }
}

@media (max-width: 767px){
	.ysright .ysqiehuan .sy_newsl_desc{bottom:24px;width: 97%;}
	.ysright .ysqiehuan .sy_newsl_desc h4{font-size: 32px;color: #fff;font-weight: bold;padding-bottom: 6px;}
    .ysright .ysqiehuan .sy_newsl_desc h3{color: #fff;font-size: 24px;font-weight: bold;padding-bottom: 4px;}
    .ysright .ysqiehuan .sy_newsl_desc span{ color: #fff; font-family: arial;}
    .ysright .ysqiehuan .sy_newsl_desc .sy_newsl_desc_list{color: #fff;padding-top: 6px;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    .ysleft ul li img{ width:32px; }
}

@media (max-width: 500px){
	
}

@media (max-width: 400px){
	
}


/*lm3*/
/*实力展示*/
.sy_style {padding:50px 0;overflow: hidden;background: #f5f5f5;} 
.sy_style .owl-nav { display: none; }
.sy_style_nr_t { overflow: hidden; }
.sy_style .sy_style_bt { display: block; }
.sy_style .sy_style_bt h3 { font-size: 40px;color: #444444;font-weight: bold;display: block;}
.sy_style .sy_style_bt span {font-size: 16px;color: #ccc;font-weight: bold;display: block;text-transform: uppercase;line-height: 2;font-family: Arial;}
.sy_style .sy_style_bt i{width: 36px;height:3px;background: #c11212;display:inline-block;}
.sy_style .dd_l { width: 160px; }
.sy_style .dd_l a {display: block;font-size: 18px;color: #666666;text-align: center;margin-top: 20px;line-height: 2;position: relative;}

.sy_style .dd_l a.on::after { display: block; width: 31px; }
.sy_style .dd_l a.on::before { display: block; width: 31px; }
.sy_style .dd_l a.on {font-weight: bold;color: #fff;background: #c11212;border-radius: 20px;}

.sy_style li { overflow: hidden; position: relative; padding-right: 0; padding-left:0; margin: 0 5px;}
.sy_style li a { display: block; border: 1px solid #ddd; }
.sy_style li img { max-width: 100%; display: block; position: relative; }
.sy_style li .bg { position: absolute; width: 100%; height: 100%;  background: rgba(0,106,196,0.6); display: block; top: 0; left: 0; opacity: 0; transition: 0.5s;}
.sy_style li .bg:after { content: ""; background: url(../images/case1.png) no-repeat center; position: absolute;left: 0px; top: 0; height: 100%; width: 98px; }
.sy_style li .bg:before { content: ""; background: url(../images/case1.png) no-repeat center; position: absolute;right: 0px; top: 0; height: 100%; width: 98px; }
.sy_style li .case_desc { position: absolute; top: 50%; left: 50%;color: #ffffff; -webkit-transform:translate(-50%,-50%); opacity: 0; transition: all 0.5s; text-align: center;}
.sy_style li .case_desc em {font-weight: bold; font-size: 17px; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;  }
.sy_style li:hover .case_desc {  opacity: 1; }
.sy_style li:hover .bg { opacity: 1; }

@media(max-width: 1366px){
    .sy_style .sy_style_bt h3{ font-size: 32px;}
    .sy_style .dd_l a{ font-size: 16px; margin-top:10px; }
}

@media(max-width: 1199px){
	.sy_style .sy_style_bt h3 { font-size: 32px; }
	.sy_style .sy_style_bt span { font-size: 14px; font-weight: normal; text-transform:none; }
	.sy_style .dd_l a { margin-top: 10px; }
	.sy_style .dd_l { width: 140px; } 
}

@media(max-width:991px) {
	.sy_style { padding:40px 0; }
	.sy_style_nr_t .sy_style_t { float: none; text-align: center; display: block; }
	.sy_style .dd_l { width: 280px; margin: 0 auto; overflow: hidden; margin-bottom:20px; }
	.sy_style .dd_l a { float: left; width: 140px; }
	.sy_style_nr_t .imgbox  { padding-left: 0px; padding-right: 0px; }
}

@media(max-width: 991px) {
	.sy_style .dd_l a { font-size: 16px; line-height: 2.1; }
	.sy_style {padding: 24px 0;}
}

@media(max-width: 500px) {
	.sy_style .sy_style_bt h3 { font-size: 24px; }
}


/*lm4*/
#sy-hzkh{padding: 42px 0;background: url(../images/hzkhbj.png) bottom no-repeat;padding-bottom: 100px;}
.hzhbnr{ display: inline-block; padding-top: 20px;}
.hzhbnr ul{ display: inline-block; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.hzhbnr ul li {border: 1px solid #ccc;/* border-right: none; *//* border-bottom: none; */background: #fff;text-align: center;}
.hzhbnr ul li:hover{ border:1px solid #c11212; } 
.hzhbnr ul li img{display: inline-block;}
.sy-more{ text-align: center; padding-top: 20px;}
.sy-more a{display: inline-block;padding: 10px 42px;border: 2px solid #c11212;font-size: 18px;border-radius: 24px;color: #c11212;background: #fff;}
.sy-more a:hover{ background:#c11212; color:#fff }

@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	
}

@media (max-width: 1024px){
	#sy-hzkh{padding-bottom: 30px;}
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	#sy-hzkh{padding-bottom: 24px;padding-top: 24px;}
	.sy-more a{ text-align: center; width: 140px; height: 42px; font-size: 16px; line-height: 38px; padding: 0;}
}

@media (max-width: 500px){
	
}

@media (max-width: 400px){
	
}



/*lm7*/
#sy-about{background: #f7f8fa;padding: 10px 0;padding-top: 0;}
.gywm{}
.gywm .ab-left{ padding: 0;}
.gywm .ab-left .shipin img{position: relative;width: 100%;margin-top:30px;}

.video_hidden{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{position: absolute;top: 1rem;right: 1rem;}
.video_hidden i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}

.gywm .ab-left:before{content: "";background: url(../images/aboutimg1.png) no-repeat center;position: absolute;right: 80px;top: -46px;height: 500px;width: 100%;}
.gywm .ab-right{ padding-left:0px; padding-top: 34px;}
.gywm .ab-right .abtit{ padding-bottom: 20px;}
.gywm .ab-right .abtit h2{font-size: 30px;font-weight: bold;padding-top: 20px; text-align:center;}
.gywm .ab-right .abtit p{ font-weight: bold; color: #999; padding-top: 10px;}
.gywm .ab-right .abnr{}
.gywm .ab-right .abnr p{font-size: 16px;line-height: 36px;}
.gywm .ab-right .abnr a{ display: inline-block; padding: 10px 42px; border: 2px solid #c11212; font-size: 18px; border-radius: 24px; color: #c11212; background: #fff; margin-top: 20px;}
.gywm .ab-right .abnr a:hover{ background:#c11212; color:#fff; }


@media (max-width: 1440px){
	.gywm .ab-left:before{top: -41px;right: 72px;}
}

@media (max-width: 1366px){
	.gywm .ab-left:before{top: -30px;height: 320px;right: 30px;}
}

@media (max-width: 1300px){
	.gywm .ab-left:before{top: -32px;height: 320px;right: 33px;}
	.gywm .ab-right{ padding-top: 42px; padding-left: 52px;}
}

@media (max-width: 1200px){
	#sy-about{ padding:42px 0; }
	.gywm .ab-left:before {top: 42px;height: 268px;right: 0px;}
	.gywm .ab-right{padding-top: 12px;padding-left: 42px;}
	.gywm .ab-right .abnr p{line-height: 28px;}
	.gywm .ab-right .abtit h2{ font-size:32px; }
	.gywm .ab-right .abtit{padding-bottom: 10px;}
}

@media (max-width: 1024px){
	.gywm .ab-left:before {top: 4px;height: 320px;right: 8px;}
}

@media (max-width: 991px){
	.gywm .ab-left:before {top: -30px;height: 320px;right: 83px;}
	.gywm .ab-right{ padding-left:0 }
}

@media (max-width: 767px){
	.gywm .ab-left:before {top: -22px;height: 320px;right: 64px;display: none;}
	.gywm .ab-right .abtit h2{ font-size:24px; }
	.gywm .ab-right .abnr a{text-align: center; width: 140px; height: 42px; font-size: 16px; line-height: 38px; padding: 0;}
}

@media (max-width: 500px){
	.gywm .ab-right{padding-left:10px;margin-top: 0px;padding-top: 0;}
	.gywm .ab-left:before{ top: 0; height: 222px; right: 0;}
    #sy-about{padding:32px 0;padding-bottom: 0px;}
    .gywm .ab-right .abtit h2{ font-size:24px; }
    .gywm .ab-right .abnr p{line-height: 32px;}
	.gywm .ab-right .abtit{padding-top:20px;padding-bottom: 10px;}
}

@media (max-width: 400px){
	.gywm .ab-left:before{ height:100px; }
	.gywm .ab-right .abnr a{text-align: center;width: 140px;height: 42px;font-size: 16px;line-height: 38px;padding: 0;}
}


/*lm8*/


/*数字跳动*/
.number {width: 100%;display: block;overflow: hidden;background: url(../images/sz_up_bg.jpg) center / cover;padding: 48px 0;padding-bottom: 30px;}
.number .main { display: flex; }
.number .main .stat-items { flex: 1; text-align: center;}
.number .main .stat-items .stat-items-t {font-size: 60px;color: #333;font-weight: 700;font-family: 'arial';}
.number .main .stat-items:hover .stat-items-t {color: #c11212;}
.number .main .stat-items .stat-items-unit {font-size: 18px;color: #333;}
.number .main .stat-items p {font-size: 16px;color: #333;}

@media(max-width: 1200px) {
    .number{ padding-top:40px; }
}

@media(max-width: 991px) {
	.number .main .stat-items .stat-items-t { font-size: 52px; }
}

/*新闻中心*/
.home-section7 {padding: 50px 0 50px;border-bottom: 1px solid #ddd;background: #f7f8fa;}
@media (max-width: 1440px) {
	.home-section7 {padding: 40px 0 40px;}
}
@media (max-width: 1199px) {
	.home-section7 {padding: 40px 0;}
}
@media (max-width: 991px) {
	.home-section7 {padding: 40px 0 40px;}
}
@media (max-width: 767px) {
	.home-section7 {padding: 30px 0;overflow: hidden;}
	.home-section7 .tit { margin-bottom: 50px; float: none; text-align: center;}
}
@media (max-width: 767px) {
	.home-section7 .tit {margin-bottom: 25px; }
	.home-section7 .tit .lt {  }
}

@media (max-width: 375px) {
	.home-section7 .tit {margin-bottom: 10px; }
	.home-section7 .tit .lt {  }
}

.home-section7 .tit .lt strong {font-size: 40px;color: #444444;font-weight: bold;display: block;}

@media (max-width: 1199px) {
	.home-section7 .tit .lt strong {font-size: 32px;}
}
.home-section7 .tit .lt span {font-size: 14px; color: #aaaaaa; font-weight: bold; display: block; text-transform: uppercase; line-height: 2;}
@media (max-width: 1199px) {
	.home-section7 .tit .lt span {font-size: 16px;}
}
@media (max-width: 767px) {
	.home-section7 .tit .lt span {font-size: 14px; }
} 
.home-section7 .gt {margin: 0;/* overflow: hidden; */}
.home-section7 .gt dl{float:right;margin-bottom: 0px;}
.home-section7 .gt li {float: left;position: relative;top: -50px;background: #666;padding: 8px 46px;margin: 0 10px;border-radius: 24px;}
.home-section7 .gt li.cur{ background:#c11212; }
@media (max-width: 767px) {
    .home-section7 .gt li{}
}
.home-section7 .gt .swiper-slide {display: flex;align-items: center;justify-content: center;width: auto;}
.home-section7 .gt a {color: #262626;position: relative;font-size: 16px;white-space: nowrap;display: inline-block;}
.home-section7 .gt a::after { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_l.png)no-repeat center;  top: -1px; left: -35px; }
.home-section7 .gt a::before { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_r.png)no-repeat center;  top: -1px; right: -35px;}
.home-section7 .gt li.cur a::after { display: block; width: 31px; }
.home-section7 .gt li.cur a::before { display: block; width: 31px; }
.home-section7 .gt li.cur a {color: #fff;font-weight: bold;}

.home-section7 .gt a{ margin-bottom:0 }

@media (max-width: 767px) {
  .home-section7 .gt a {font-size: 16px;margin-right: 10px;}
  .home-section7 .tit .lt strong {font-size: 24px;color: #444;}
  .home-section7 .gt a {margin-left: 0px;margin-right: 0px;line-height: 24px;width: 100%;margin-bottom: 0;}
}

@media(max-width: 500px) {
	.home-section7 .tit .lt strong { font-size: 24px; }
}
@media (max-width: 767px) {
	.home-section7  .gt a::before {  display: none; }
}
.home-section7  .gt a:hover {color: #fff;}
.home-section7  .gt em {display: block;width: 1px;height: 13px;background-color: #a2a2a2;margin: 0 30px; float: left;margin-top: 6px;}
.home-section7 .gt li:last-child em { display: none;}
@media (max-width: 991px) {
	.home-section7  .gt em { margin: 0 15px;height: 25px; }
}
@media (max-width: 767px) {
	.home-section7 .gt em {margin: 0 10px;background-color: transparent; }
	.home-section7 .gt li {top: 0;float: none;width: 100px;float: left;text-align: center;padding: 6px 10px;}
	.home-section7 .gt dl {width: 100%;margin: 0 auto;/* overflow: hidden; */margin-bottom: 20px;}
}
@media (max-width: 500px) {
	.home-section7 .gt em { margin: 0 2px; }
	.home-section7 .gt li{width: 48%;-webkit-transform: skew(0deg);margin: 0 1%;}
	.home-section7 .gt a{ -webkit-transform: skew(0deg);}}
	.home-section7 .gt .on {color: #c11212;}
	.home-section7 .gt .on::before {opacity: 1;}
	.home-section7 .cont {overflow: hidden;}
	.home-section7 .cont ul li{ overflow: hidden; padding-left: 50px; padding-right: 0px; margin-top: 35px; }
	.home-section7 .cont ul li span{color:#333;font-size: 24px;/* font-weight: bold; */}
	.home-section7 .cont ul li:hover strong{ color:#c11212 }
	.home-section7 .cont ul li:hover span{ color:#c11212 }
	.home-section7 .cont ul li:nth-child(4) { margin-top: 55px; }
	.home-section7 .cont ul li:nth-child(5) { margin-top: 55px; }
	.home-section7 .cont dl {padding-left: 0px;padding-right: 0px;display: block;overflow: hidden;}
}

@media(max-width: 1300px){
	.home-section7 .cont ul li { margin-top: 20px; }
	.home-section7 .cont ul li:nth-child(4) { margin-top: 20px; }
	.home-section7 .cont ul li:nth-child(5) { margin-top: 20px; }
}

@media (max-width: 1199px) {
    .home-section7 .cont ul li{padding-left:10px; padding-right: 10px; }
    .home-section7 .cont ul li:nth-child(3){margin-top:20px;}
}
@media (max-width: 991px) {
	.home-section7 .cont .lt {margin-bottom: 30px;width: 100%;}
}
@media (max-width: 767px) {
	.home-section7 .cont .lt {margin-bottom: 15px; }
	.home-section7 .cont ul li span{ font-size:18px; }
}
.home-section7 .cont .lt .img {overflow: hidden;}
@media (max-width: 767px) {
	.home-section7 .cont .lt .img { height: 210px;}
	.home-section7 .cont{ padding:0 10px; }
}
.home-section7 .cont .lt .img img {width: 100%;height: 100%;border: 1px solid #ccc;object-fit: cover;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.home-section7 .cont .lt .font {width: 100%;background-color: #c11212;display: flex;align-items: center;justify-content: space-between;height: 70px;}
@media (max-width: 991px) {
	.home-section7 .cont .lt .font {height: 60px; }
}
@media (max-width: 767px) {
	.home-section7 .cont .lt .font {height: 50px; }
}
.home-section7 .cont .lt .font strong {padding-left: 20px;color: #fff;font-size: 18px;font-weight: bold;line-height: 70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media (max-width: 1199px) {
	.home-section7 .cont .lt .font strong {font-size: 20px;padding: 16px 14px;}
}
@media (max-width: 991px) {
	.home-section7 .cont .lt .font strong {font-size: 18px;}
}
@media (max-width: 767px) {
	.home-section7 .cont .lt .font strong {font-size: 14px;padding: 10px 12px;}
}
.home-section7 .cont .lt .font i {display: flex;justify-content: center;align-items: center;height: 100%;width: 70px;background-color: #262626;position: relative;}
.home-section7 .cont .lt .font i:after { position: absolute; content: ''; display: block; top: 0px; left: 0; transition: all 0.3s;  height: 100%; width: 0%; background-color: #c11212;  z-index: 9;}
.home-section7 .cont dl:hover .font i:after {width: 100%; } 
.home-section7 .cont .lt .font i img {width: 11px;position: relative;z-index: 99;}
.home-section7 .cont .lt:hover img {-webkit-transform: scale(1.01);transform: scale(1.01);}
.home-section7 .cont .gt {width: 60%;display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;overflow: hidden;}
@media (max-width: 991px) {
	.home-section7 .cont .gt {width: 100%;}
}
@media (max-width: 1199px) {
	.home-section7  .item { margin-bottom: 60px;}
}
@media (max-width: 991px) {
	.home-section7  .item {margin-bottom: 0px;}
}
@media (max-width: 767px) {
	.home-section7  .item { width: 100%;margin-bottom: 20px;}
}
.home-section7  .item strong {font-size: 18px;color: #262626;display: block;font-weight: bold;margin-bottom: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media (max-width: 991px) {
	.home-section7  .item strong {font-size: 16px;}
}
@media (max-width: 767px) {
	.home-section7  .item strong {margin-bottom: 8px;}
}
.home-section7  .item .news_list {font-size: 15px;color: #999999;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height:42px;margin-top: 20px;}

@media (max-width: 991px) {
	.home-section7  .item p {margin-bottom: 18px;}
}
@media (max-width: 767px) {
	.home-section7  .item p {margin-bottom: 5px;}
	.home-section7 .item .news_list{ margin:10px 0; }
}
.home-section7  .item span {font-size: 18px;color: #fff;}
@media (max-width: 991px) {
	.home-section7  .item span {font-size: 16px;}
}
@media (max-width: 767px) {
	.home-section7  .item span {font-size: 16px;}
}
@media (max-width: 375px) {
	.home-section7  .item span {font-size: 14px;-webkit-transform: skew(0deg);}
}

.home-section7  .item span em {font-style: normal;color: #586271;font-size: 20px;display: block;margin: 0 5px;}
@media (max-width: 991px) {
	.home-section7  .item span em {font-size: 18px;}
}
@media (max-width: 767px) {
	.home-section7  .item span em { font-size: 16px; }
}
.home-section7  .item:hover strong,.home-section7  .item:hover span {color: #fff;}
.home-section7  .item:hover strong em,.home-section7  .item:hover span em {color: #c11212;}

@media (max-width: 1300px) {
.home-section7 .cont ul li{ margin-top:20px; }
}

@media (max-width: 767px) {
    .home-section7 .cont ul li{ margin-top: 20px !important;}
}

/*lm8*/
.aboutList{padding-bottom:45px;overflow: hidden;}
.aboutList .alisttit{margin-top:-21px;}
.aboutList .alisttit ul {display:flex;justify-content:center;}
.aboutList .alisttit ul li{position:relative;display:inline-block;  background:#353a3f; -webkit-transform: skewX(10deg);text-align:center;width:160px;height:42px;line-height:42px;margin-right:10px;}

.aboutList .imgtags {margin-top: 0px;text-align: center;background: #f7f8fa;}

.imgtags a{display:inline-block;position:relative;color:#fff;font-size:16px;top: 22px;width:168px;line-height:42px;background: #252525;margin-right:10px;transform: skewX(10deg);}
.imgtags a:first-child{margin-left:21px;width: 147px;}
.imgtags a:first-child::after{content:'';width:42px;height:42px;position:absolute;left:-21px;top:0;background: #252525;transform: skewX(-10deg);border-radius:21px 0 0 21px;transition: none;}
.imgtags a:last-child{margin-right:21px;width:147px;}
.imgtags a:last-child::after{content:'';width:42px;height:42px;position:absolute;right:-21px;top:0;background: #252525;transform: skewX(-10deg);border-radius:0 21px 21px 0;transition: none;}
.imgtags a span{display:block;transform: skewX(-10deg);position:relative;z-index:1;color:#fff;}
.imgtags a:first-child span{text-indent:-21px;text-align: center;}
.imgtags a:last-child span{text-indent: 21px;text-align: center;}
.imgtags a.on{background: #c11212;color:#333;}
.imgtags a.on::after{background: #c11212;}

@media (max-width:767px){
    .aboutList{ padding-bottom:20px; }
    .imgtags a{width: 30% !important;line-height: 36px;}
    .imgtags a:first-child::after{ display: none;}
    .imgtags a:last-child::after{content:'';width: 42px;height:42px;position:absolute;right: 0px;top:0;background: #252525;transform: skewX(-10deg);border-radius:0 21px 21px 0;transition: none;display: none;}
    .imgtags a:last-child span{text-indent: 0;}
    .imgtags a:first-child span{ text-indent: 0; }
    .imgtags a:first-child{ margin-left:0; }
    .imgtags a:last-child{ margin-right:0 }
}


@media (max-width:375px){
	.imgtags a{/* width: 120px !important; */}
	.aboutList{ padding-bottom:20px; }
}

.aboutList .alisttit ul li a {color:#ffffff;font-size:16px;text-align:center; display:inline-block; -webkit-transform: skewX(-10deg);}
.aboutList .alisttit ul li:nth-child(2) { margin:0 10px;}
.aboutList .alisttit ul li:first-child::after{content:'';
	position:absolute;left:-21px;top:0; background-color:#353a3f; z-index:-1; width:42px;height:42px;border-radius:21px 0 0 21px;   -webkit-transform: skewX(-10deg);transition:none;}
.aboutList .alisttit ul li:last-child::after{content:'';position:absolute; right:-21px;top:0;background-color:#353a3f; z-index:-1; width:42px;height:42px;   border-radius:0 21px 21px 0 ; -webkit-transform: skewX(-10deg);transition:none; /* 左上、右上、右下、左下 */ }
.adetaillist ul li a .case-txt .dhwz{color:#333333;font-size:16px;text-align:center;margin-top:16px;}
.adetaillist ul li:hover a .case-txt .dhwz{color:#c11212;}
.alist{margin-top: 54px;}
.adetaillist{/* overflow:hidden; */}

.adetaillist .owl-carousel .owl-item img{ border:1px solid #ccc; }

#milieulist,#milieulist1,#milieulist2{ opacity:1; }
.alist .owl-nav {display: block !important;}


/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width: 46px;height: 80px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top: 42%;margin-top:-34px;text-indent: -99999999px;opacity: 1;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left: -20px;}
.owl-next{right: -20px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/*底部 */
#foottop{background: #212121;padding: 32px 0;}
@media (max-width:800px){
	#foottop{ display:none;}
}
.foot_l{}
.foot_l .foot_nav{ color:#FFF; line-height:28px; font-size:14px;}
.foot_l .foot_nav span{ color:#FFF; font-size:16px; font-weight:bold; display:block; padding-bottom:20px;}
.foot_l .foot_nav li{}
.foot_l .foot_nav em{ text-align:center;}
.foot_l .foot_nav li a{}
.foot_l .foot_nav li ul li a{ color:#CCC; padding-left:15px; font-size:14px;}
.foot_l .foot_nav li a span{ color: #fff; font-size: 14px; display:inline; font-weight:normal;}
.foot_l .foot_nav li a span:hover{ color:#C00;}

.foot_l .foot_tel{ padding-top: 20px;}
.foot_l .foot_tel dl{}
.foot_l .foot_tel dl p{color: #fff;line-height: 28px;font-size: 14px;}
.foot_l .foot_tel dl p a{color: #fff;}
.foot_l .foot_tel dl p a:hover{ color:#fff; }
.foot_l .foot_tel .ft-p1{ color: #999;}
.foot_l .foot_tel .ft-p1 a{ color:#999 }
.foot_l .foot_tel .ft-p2{}
.foot_l .foot_tel .ft-p2 a{ color: #999;}
.foot_l .foot_tel .ft-p3{ padding-top: 10px;}
.foot_l .foot_tel .ft-p3 a{ float:left;padding-right:10px; }

.foot_r{}
.foot_r .ft-you-1{ float: left;}
.foot_r .ft-you-1 h2{font-size: 16px;color: #999;padding-bottom: 10px;}
.foot_r .ft-you-1 p{font-size: 26px;color: #fff;line-height: 40px;font-weight: bold;}
.foot_r .ewm{float: right;text-align: center;}
.foot_r .ewm dt{}
.foot_r .ewm dt img{}
.foot_r .ewm em{font-size: 14px;color: #ccc;line-height: 32px;}

.copyright{ height:40px; background-color:#000; line-height:40px; font-size:14px; color:#FFF; text-align:center;}
.copyright a{ color:#FFF;}
.copyright a:hover{ color:#CCC;}
.link {background: #37383c;line-height: 40px;padding:10px 0;}
.link .flink span{color: #fff; font-size: 14px;}
.link .flink a{color: #fff;margin-right: 5px; font-size: 14px;}
.link .flink a:last-child{margin-right: 0;}
.link .flink a:hover{color: #fff; text-decoration: underline; }

.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}

@media(max-width: 1440px) {
	.search-tel p{ font-size: 20px;}
}

@media(max-width: 1366px) {
	
}

@media(max-width: 1200px) {
    .foot_r .ewm{ float:left; }
}

@media(max-width: 991px) {
	
}
@media (max-width: 767px){
	.foot_r{padding: 0;padding-top:20px;}
	.foot_r .ft-you-1 p{ font-size:20px; }
	.link{padding-bottom: 50px;display: none;}
	.foot_r .ewm{ float:right; }
	.foot_r .ft-you-1{padding-top: 24px;}
	.foot_l .foot_nav li{ line-height:32px; }
	.foot_l .foot_nav{ display:none }
	.foot_l .foot_tel{ padding-top: 0px;}
	.foot_l{ padding:0px; }
}

@media(max-width: 500px) {
	#foottop{padding-bottom: 50px;}
}

@media(max-width: 350px) {
	
}

.sss4{}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 20px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(0 125 255 / 30%);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
	.con5 ul li:first-child{flex:100%;}
}
@media (min-width:1200px) {
	.con3 ul li{flex:25%;}
}
@media (max-width:767px) {
	.sss4 ul li>div{padding:20px 10px;}
}

@media (max-width:375px) {
    .foot .foot_l .zxzx{ margin-bottom: 10px; margin-top: 10px;}
}

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #c11212;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;display: none;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #c11212;float: left;position: relative;border-top: 1px solid #e6e6e6;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #c11212;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

@media (max-width:1024px) {
	.diyos{ display:none; }
}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;background: #fff;font-size: 0;}
.crumbs{padding-left:20px;background:url(../images/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#c11212;}

/* 内页导航 */
#sidebar{/* float:right; */text-align: center;}
#sidebar li{display:inline-block;margin: 0px 40px;position: relative;}
#sidebar li a{display:block;/* height:45px; */line-height: 80px;text-align:center;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 10px;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #c11212;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#c11212;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
	#sidebar li a{line-height:50px;}
}
@media (max-width:500px) {
	#sidebar li a{line-height:40px;font-size: 14px;}
}

/* 内页样式 */
#inside{padding-bottom: 32px;overflow:hidden;}
#inside_index{padding-bottom: 32px;overflow:hidden; background-color:#f6f6f6;}

.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;padding-left: 0;padding-right: 0;}
	#inside_index{padding-bottom:30px;padding-left: 0;padding-right: 0;}

}

/* location */
.location{width: 100%;height: 48px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 48px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.location span a{color: #666;}
.location span a:hover{color: #c11212;}

#proxqy{ padding-top:40px; }

/* 内页产品导航 */
/* 内页产品导航 */
#nyprozs{padding: 42px 0;padding-bottom: 0;}
.nyprotit{ background: #c11212; padding: 3px 0; margin-bottom: 1px; border-left:solid 7px #272727; border-top-left-radius:8px;border-top-right-radius:8px;}
.nyprotit h2{ color: #fff; margin-bottom: 0px; margin:12px 0; font-weight: bold; font-size: 20px;}
.nyprotit p{ color: #fff; line-height: 24px; text-transform: uppercase;}

#pronav{text-align: center;margin-bottom: 20px; padding-bottom:20px; margin-top:20px;box-shadow: 0 10px 15px #f1f1f1;}
.pronav-a{position: relative;z-index: 999;background: #fff;border-bottom: 0px solid #c11212;}
.pronav-a dl ul{width: 100%;z-index: 9999;padding: 0px 0;display: flow-root;}
.pronav-a dl ul li{float: left;width: 100%;line-height: 40px;text-align: left;background: url(../images/iyuan.png) #EEE no-repeat 10px 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; border-bottom:1px  dashed #CCC;}
.pronav-a dl ul li a{color: #333;text-align: left;font-size: 14px;font-weight: normal;padding-left: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li:hover{background: url(../images/iyuasn.png) no-repeat 10px 18px #fff;}
.pronav-a dl ul li:hover a{color: #c11212;}

.pronav-a dl:hover>a{background:#333;}
.pronav-a dl dl:hover>a{ color:#ffffff;  }
.pronav-a dl:hover ul{}
.pronav-a dl{color: #fff;font-weight: bold;text-align: left;line-height: 20px; margin-bottom: 0px;}
.pronav-a dl.cur, .pronav-a dl:hover{ }
.pronav-a dl>a, .pronav-a dl>a{background: #a2a2a2;width: 100%;display: inline-block;line-height: 38px;padding-left: 24px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl.cur>a, .pronav-a dl:hover>a{color: #fff;}

.nyhotpro{ width: 100%; overflow: hidden; margin-top: 20px;}
.nyhotpro .nyjc-til{ background: #c11212; padding: 3px 0; margin-bottom: 1px; border-left:solid 7px #272727; border-top-left-radius:8px;border-top-right-radius:8px;}
.nyhotpro .nyjc-til h2{color: #fff;font-weight: bold;font-size: 20px; margin:12px 0; text-align:center;}
.nyhotpro .nyjc-til p{color: #fff;font-size: 16px;font-family: Arial;}
.nyhotpro .bd{ border: 1px solid #ccc;}
.nyhotpro .bd ul{}
.nyhotpro .bd ul li{padding: 16px;}
.nyhotpro .bd ul li a{}
.nyhotpro .bd ul li a img{width: 100%;border: 1px solid #ccc;}
.nyhotpro .bd ul li a p{ line-height: 42px; font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a dl{/* display:inline-block; */padding: 0;}
}
@media (max-width:1409px) {
	.pronav-a dl{padding: 0;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a dl{padding: 0;font-size:14px;line-height: 20px;}
	.pronav-a dl>a, .pronav-a dl>a{ font-size: 16px; font-weight: normal; padding-left: 16px; line-height: 32px;}
}

@media (max-width: 991px) {
    #pronav{ display:none }
    #proxqy{ padding-top:24px; }
    #nyprozs{ padding-top:24px; }
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a dl{display:block;float:left;width: 100%;line-height: 16px;}
}
@media (max-width:767px) {
	.pronav-a dl{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold; margin-top:20px;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}


/* wap右侧栏目 */
.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;/* background: rgba(0,0,0,0.3); */}
.nymenu>a{position: fixed;right: 0;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #c11212;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 81px;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #c11212;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100;}
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 17px;line-height: 40px;font-weight: bold;}
.nymenu-con dl dd{/* padding-left: 10px; */}
.nymenu-con dl dd a{display: block;margin: 6px 10px 6px 0px; font-size: 14px; padding-left: 16px;background: url(../images/iyuan.png) no-repeat left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nymenu-con dl dd a:hover{ color: lightgoldenrodyellow;
}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

@media (max-width:1024px){
	.nymenu { display: block !important;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #c11212 solid;color: #c11212;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#c11212;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#c11212;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}


/* 业务领域 */
.nybusiness{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nybusiness>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #c11212 solid;color: #c11212;font-size: 18px;font-weight: bold;background:url(../images/ny-objs.png) no-repeat left;}
#nybusinesslist{margin-bottom:20px;display: block;padding: 0;}
#nybusinesslist li a{display:block;position:relative;}
.nybusiness-img{overflow:hidden;}
#nybusinesslist li a p{/* position:absolute; *//* left:0; *//* bottom:0; */background: rgb(52 51 51 / 80%);width:100%;line-height:36px;padding:0 10px;text-align:center;color: #fff;font-size:15px;}
#nybusinesslist li a:hover p{background: rgb(18 103 193 / 0.8);color: #fff;}
@media only screen and (max-width:767px) {
#nybusinesslist li a p{line-height:30px;font-size:14px;}
}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #c11212 solid;color: #c11212;font-size: 18px;font-weight: bold;background:url(../images/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#c11212;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#c11212;color:#c11212;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#c11212;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=90,strength=6);
   -moz-box-shadow:0px 20px 20px -20px #5E5E5E;
   -webkit-box-shadow: 0px 20px 20px -20px #5E5E5E;
   box-shadow:0px 20px 20px -20px #5E5E5E;
}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%; height:100%; border-bottom:1px solid #CCC;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top: 10px;line-height:40px;display:block;/* background:#EFEFEF; */font-size: 16px;color:#333;font-weight: bold;text-align: center;}
.nyimg-ul li:hover .nyimg-a {color:#C00 !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#fff;color:#333;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #c11212;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;border: 1px solid #ccc;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #c11212;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #c11212;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#c11212;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#c11212;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#c11212;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;padding-top: 20px;}
.nypro-ul li{ padding: 10px;}
.nypro-ul li>div{margin-bottom:10px;border: 1px solid #ccc;padding: 10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a .nypro-img{/* border: 1px solid #ccc; */padding-bottom: 10px; border-bottom:1px solid #CCC;}
.nypro-ul li a h2{line-height: 32px;color: #333;text-align:center;font-size: 16px;padding:0 5px;}
.nypro-ul li a p{ padding: 5px; color: #666; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.nypro-ul li:hover>div{ border:1px solid #c11212; }
.nypro-ul li a:hover .nypro-img{}
.nypro-ul li a:hover h2{color:#c11212;}

.pro_main {position: relative;padding: 0 10px;display: none;}
.p14-product-2-tit {height: 48px;line-height: 48px;font-weight: normal;border-bottom: 2px solid #dfdfdf;margin: 0 0 20px;}
.p14-product-2-tit b {display: inline-block;font-size: 18px;font-weight: bold;line-height: 40px;color: #c11212;padding-left: 30px;width: 120px;border-bottom: 2px solid #c11212;background: url(../images/p14-icon11.png) no-repeat 0 center;}
.p14-product-2-tit span {margin-left: 10px;font-size: 16px;font-family: Arial;color: #c2c2c1;text-transform: uppercase;}
.pro-list{overflow:hidden;border: 1px solid #ccc;padding: 16px;}
.pro-list .sycp-img{ padding: 20px; border: 1px solid #ccc;}
.pro-list .sycp-img img{}
.pro-list .sycp-nr{padding-top: 32px;padding-left: 50px;}
.pro-list .sycp-nr h4{ background: #c11212; display: inline-block; padding: 6px 20px; color: #fff; line-height: 24px; margin-bottom: 16px;}
.pro-list .sycp-nr h2{font-size: 24px;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;color: #ee3333;white-space: nowrap;}
.pro-list .sycp-nr p{padding: 6px 0;font-size: 16px;color: #666;}
.pro-list .sycp-nr .cp-p1{ padding-bottom: 20px;}
.pro-list .sycp-nr .cp-p2{
    font-weight: bold;
}
.pro-list .sycp-nr .cp-p3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-list .sycp-nr a{ border: 2px solid #c11212; width: 142px; height: 40px; display: inline-block; text-align: center; line-height: 36px; font-size: 16px; border-radius: 24px; color: #c11212; margin-top: 20px;}
.pro-list .sycp-nr a:hover{ background:#c11212; color:#fff; }
.pro-list .owl-carousel .owl-nav{ display: block;}
.pro-list .owl-carousel .owl-nav .owl-prev{ top:50% }
.pro-list .owl-carousel .owl-nav .owl-next{ top:50% }

@media (max-width:1200px){
    .pro-list .sycp-nr{padding-top: 4px;padding-left: 32px;}
    .pro-list .sycp-nr .cp-p1{padding-bottom: 10px;}
}

 
@media (max-width:767px){
	.nypro-ul li a p{line-height: 24px;font-size:14px;}
	.pro-list .sycp-nr{padding-left:15px;padding-top: 20px;}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;/* border-bottom: 1px solid #f0f2f5; */margin-bottom:20px;margin-top: 16px;}
.showpro-top h1{line-height: 1.5;color: #333;font-size: 24px;padding-bottom: 20px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.showpro-imgbox{ padding:0; }
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;padding-bottom: 10px;}
	.showpro-imgbox{padding:0;}
	.showpro-top{margin-top:20px;padding: 0;}
	.nypro-ul li a h2{font-size:16px;line-height: 24px;}
}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#333;margin-bottom:20px;}
.nyproshow-info p{font-size: 17px;font-weight: bold;}
.nyproshow-info p span{font-size:16px;color:#666;font-weight: normal;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#c11212;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background: #e72529;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #c11212;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}

@media (max-width:1200px){
	.showpro-tel a{ float:left; }
	.showpro-telx{ margin-bottom:10px; }
}

@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-tel a{ float:left; }
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #c11212 solid;color: #c11212;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#c11212;}
#abprolist li a:hover p{background:#c11212;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#c11212;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #1d2e74;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #1d2e74;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #c11212;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
	.meg_con .title2,
	.meg_con .tel{max-width: initial;width: 100%;}
	.contact_meg {width:100%;float:none;height:auto;padding-bottom: 24px;}
	.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#c11212; display: inline-block; }
.metpager_5 a:hover { border:1px solid #c11212; color:#fff; background-color:#c11212;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current {padding:2px 8px 2px 8px;margin:2px;color:#fff;background: #c11212;border: 1px solid #c11212;text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}

/*关于我们*/
.abjianjie{padding: 50px 0;background: #fff;padding-top: 0;}
.jianjiemain{overflow: hidden;background: #f5f5f5;height: auto;}
.jjmain-left{width: 100%;float: left;padding: 2% 3%;}
.jjmain-right img{width: 100%;height: 100%;}
.jjmain-left .title{padding:0;text-align: left;}
.jjmain-left .title p{font-size: 60px;font-family: leto-bold;color: #333;font-weight: 700;text-transform: uppercase;}
.jjmain-left .title span{line-height:30px;font-size: 18px;}
.jjmain-left .note{font-size: 16px;line-height: 30px;color: #666;margin-top: 20px;}
.jjmain-left .main { display: flex; margin-top: 30px; }
.jjmain-left .main .stat-items { flex: 1; }
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t {font-size: 42px;font-weight: bold;color: #c11212;font-family: 'arial';}
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.jjmain-left .main .stat-items p { font-size: 16px; color: #666666; text-align:center;}
.jjmain-left .main .stat-items .stat-items-t-box{ text-align:center;}

.jjwenhua{padding-bottom: 50px;background: #fff;}
.jjwenhuamain{overflow: hidden;}
.jjwenhuamain li{display: block;width: 33.33%;float: left;}
.jjwenhuamain li .pic{width: 100%;overflow: hidden;height: 260px;}
.jjwenhuamain li .pic img{width: 100%;}
.jjwenhuamain li .wen{width: 100%;background: #f5f5f5;overflow: hidden;height: 260px;padding:10%;}
.jjwenhuamain li .wen p.title{font-size: 30px;color: #333;font-weight: 700;padding-bottom: 0px;text-align: center;}
.jjwenhuamain li .wen i{display: block;width: 20px;height: 2px;background: #333;margin: 16px auto;}
.jjwenhuamain li .wen span{font-size: 14px;color: #666;line-height: 24px;}

.gywm_td {background: #fff;overflow: hidden;padding-bottom: 20px;padding-left: 10px;padding-right: 10px;}
.gywm_td .incont { margin-bottom: 40px; }
.gywm_td .incont .incont-til h4{font-size: 20px;color: #333;text-transform: uppercase;font-weight: normal;}
.gywm_td .incont .incont-til h3 {font-size: 36px;color: #333;font-weight: bold;margin-top: 12px;}

.sydys{ display:none; }

@media(max-width: 1299px) {
	.jjmain-left .title p { font-size: 48px; }
	.jjmain-left .note { font-size: 14px;  margin-top: 30px;}
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 34px; }
}

@media(max-width: 1199px) {
	.yunywenti { background: none;background-color: #f5f5f5; }
	.comyangshi { background: url(../images/cha.png) no-repeat left top; padding-right: 0px; text-align: left; padding-left:40px;  }
	.wenti02 { margin: 80px 0px; }
	.wenti03 { margin-right: 0px; }
	.wenti01 { margin-right: 0; }
	.wenti04 { margin-left: 0px; }
	.wenti05 { margin: 80px 0px; }
	.wenti06 { margin-left: 0px; }
	.yunywentimain .wenti_left02 { padding-left: 100px; }

	.inysli .ico img { max-width: 90%; }
	.inysli .wen p { font-size: 19px; }
	.zzseoleft p { font-size: 36px; }

	.seoliucheng { padding:50px 0; }
	.liuchengli p.pic { width: 100px; height: 100px; }
	.liuchengli p.pic img { margin-top: 33px; width: 40px; }
	.jiantou img {margin-top: 40px;}

	.jjmain-left { width: 100%; }
	.jjmain-right { display: none; }
	.jjmain-left .note { margin-top: 30px; }
	.jjwenhuamain li .wen { height: 200px; padding:20px;}
	.jjwenhuamain li .pic { height: 200px; }
	.jjwenhuamain li .wen p.title { font-size: 24px; }
}

@media(max-width: 991px) {
	.abjianjie { padding-top: 10px; }
	.indexyoushi { padding:50px 0; }
	.inysli .wen p { height: 74px; display: block; }
	.xysyoushi li span.icon {  width: 26%; }
	.zzseoli .ico { width: 20%; } 
	.zzseoli .wen { width: 80%; }
	.jjwenhuamain li .pic { height: 155px; }
	.jjwenhuamain li .wen { height: 155px; }
	.jjwenhuamain li .wen span { line-height: 20px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.jjwenhuamain li .wen p.title { font-size: 24px; padding-bottom: 0px;  }
	.jjwenhuamain li .wen i { margin:10px auto; }
	.sydys{display:block;padding: 20px 0;}
}
@media(max-width: 767px) {
	.abjianjie { padding-left: 10px; padding-right: 10px; }
	.yunywentimain .wenti_left02 { padding-left: 0px; }
	.index-title p { font-size: 30px; }
	.yunywentimain { margin-top: 40px; }
	.comyangshi p, .comyangshi02 p { font-size: 20px; }
	.inysli { width: 47%; margin-bottom: 20px; height: 445px; display: block; float: left; }
	.webjians-title p { font-size: 30px; }
	.xysyoushi li { width: 48%; }
	.xysyoushi li span.icon { width: 28%; }
	.zhengzhan { padding:50px 0; }
	.zzseoleft p { font-size: 26px; }
	.zzseoli .ico { width: 22%;font-size: 36px; }
	.zzseoli .wen { width: 75%; }
	.liuchengmain {  margin-top: 40px; display: block; }
	.jiantou { display: none; }
	.liuchengli { width: 50%; display: block; float: left; margin: 0 auto; margin-bottom: 30px; }
	.jjmain-left .title p { font-size: 42px; }
	.jjwenhua { padding-bottom: 10px; }
	.jjwenhuamain { padding-left: 10px; padding-right: 10px; }
	.jjwenhuamain li { width: 100%; margin-bottom: 30px; }
	.jjwenhuamain li .pic { height: 210px; }
	.jjwenhuamain li .wen { height: 210px; }
	.jjwenhuamain li .wen i { margin: 20px auto; }
	.jjwenhuamain li .wen span { line-height: 24px; -webkit-line-clamp: 4;}
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 22px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 12px; }
	.gywm_td .incont { padding-left: 10px; padding-right: 10px; }
	
}

@media(max-width: 500px) {
	.index-title p { font-size: 26px; }
	.webjians02 { padding:50px 0; }
	.xysyoushi li { width: 100%;min-height: auto; }
	.zzseoleft { width: 100%; }
	.zzseoright { width: 100%; }
}

@media(max-width: 350px) {
	.jjmain-left .title p { font-size: 26px; }
	.jjmain-left .title span { font-size: 14px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 18px; }
	.jjmain-left .main .stat-items p { font-size: 14px; }
}

.gywm_td .pro-one li .pro-img {border-radius:0px; margin: 0px;}
.gywm_td .pro-one li .pro-img {border-radius:0px; margin: 0px;}

.lianxi_m { overflow: hidden;margin-top: 10px; margin-bottom: 24px; background: #fff;}
.lianxi_m .lianxi_ml {width: 410px;float: left;background: #c11212;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }


.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #c11212;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #c11212;margin-bottom: 10px;font-size: 18px;font-weight: bold;}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li  { width: 100%;  }
	.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
}


/*新闻栏目页的*/
.nynews-ul .news_list { overflow: hidden; margin-top: 30px; margin-bottom: 20px;}
.nynews-ul .news_list .news_list_l { padding: 0;}
.nynews-ul .news_list .news_list_l a { display: block; position: relative;}
.nynews-ul .news_list .news_list_l a dt { display: block; }
.nynews-ul .news_list .news_list_l a dt img {max-width: 100%;display: block;width: 100%;}
.nynews-ul .news_list .news_list_l a .news_list_l_t { width: 100%;height: 62px;overflow: hidden;background: rgba(0,0,0,0.8) url(../images/news-blue-back.png) no-repeat left center;position: absolute;bottom: 0;left: 0; }
.nynews-ul .news_list .news_list_l a .news_list_l_t .time{height: 62px;font-family: arial;color: #fff;float: left;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .day{font-size: 24px;line-height: 30px;padding-top: 5px;text-indent: 28px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .time .year{font-size: 15px;text-indent: 16px;}
.nynews-ul .news_list .news_list_l a .news_list_l_t .tit{line-height: 62px;min-height: 62px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;color: #fff;padding-left: 50px;}

.nynews-ul .news_list .news_list_r {}
.nynews-ul .news_list .news_list_r a { overflow: hidden; display: block;  margin-bottom: 20px;}
.nynews-ul .news_list .news_list_r a .pic {overflow: hidden;padding-left: 0;padding-right: 0;}
.nynews-ul .news_list .news_list_r a .pic img {max-width: 100%;display: block;width: 100%;}
.nynews-ul .news_list .news_list_r a .desc{float: right;padding-top: 18px;}
.nynews-ul .news_list .news_list_r a .desc .tit{font-size: 17px;color: #333333;line-height: 24px;min-height: 24px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.news-top .right .item-list:hover .Info .tit{color: #c11212;transition: all .5s ease;}
.nynews-ul .news_list .news_list_r a .desc .time{font-family: arial;font-size: 15px;color: #777777;margin: 12px 0;}
.nynews-ul .news_list .news_list_r a .desc .sub{font-size: 15px;color: #666666;line-height: 25px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul .news_list .news_list_r a .desc .jt{display: block;height: 12px;margin-top: 15px;background: url(../images/news-jt.png) no-repeat left center;}
@media screen and (max-width: 1440px){.nynews-ul .news_list .news_list_r a .desc .time{margin: 10px 0;}.nynews-ul .news_list .news_list_r a .desc .jt{margin-top: 10px;}}
.nynews-ul .news_list .news_list_r a:first-child{margin-bottom: 22px;border-bottom: 1px solid #eeeeee;padding-bottom: 22px;}
.nynews-ul li{width: 100%;overflow: hidden;padding: 20px;background: #f4f6f8;margin-bottom: 11px;transition: all .5s ease;}
.nynews-ul li:hover{background: #f4f6f8;box-shadow: 0px 0px 10px 0 rgba(0, 144, 255, .4);transition: all .5s ease;}
.nynews-ul li .time-box{background: #c11212;font-family: arial;color: #fff;text-align: center;padding: 12px 8px;margin-top: 40px;}
.nynews-ul li .time-box .day{font-size: 48px;line-height: 50px;}
.nynews-ul li .time-box .year{font-size: 15px;line-height: 25px;}
.nynews-ul li .content{float: right;overflow: hidden;/* border-bottom: 1px solid #d3d5d6; */}
.nynews-ul li .content hr{float: left;width: 1px;display: none;height: 90px;background: #e5e6e6;padding: 0;margin: 0;}
.nynews-ul li .content .Info{margin-left: 0;padding-top: 20px;}
.nynews-ul li .content .Info .tit{font-size: 20px;font-weight: bold;color: #333333;min-height: 25px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all .5s ease;}
.nynews-ul li:hover .content .Info .tit{color: #c11212;transition: all .5s ease;}
.nynews-ul li .content .Info .key{font-size: 14px;color: #888888;line-height: 25px;margin: 14px 0;}
.nynews-ul li .content .Info .sub{font-size: 15px;color: #555555;line-height: 28px;min-height: 56px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-ul li .content .Pic{overflow: hidden;}
.nynews-ul li .content .Pic img{display: block;width: 100%;transform: scale(1);transition: all .5s ease;}
.nynews-ul li:hover .content .Pic img{transform: scale(1.12);transition: all .5s ease;}

@media(max-width: 1366px) {
    .nynews-ul li .content .Info{ padding-top: 20px;}
    .nynews-ul li .time-box{margin-top: 36px;}
}

@media(max-width: 1200px) {
    .nynews-ul .news_list .news_list_r a .desc{padding-top: 0;}
    .nynews-ul .news_list .news_list_r a .desc .sub{ font-size:14px; }
    .nynews-ul .news_list .news_list_l a .news_list_l_t .tit{ padding-left:32px; }
    .nynews-ul .news_list .news_list_r a:first-child{padding-bottom: 17px;margin-bottom: 17px;}
}

@media(max-width: 991px) {
    .nynews-ul .news_list .news_list_r a .desc .sub{ -webkit-line-clamp: 1;}
    .nynews-ul .news_list .news_list_r a:first-child{padding-bottom: 14px;margin-bottom: 14px;}
    .nynews-ul .news_list .news_list_r a .desc .time{ margin: 6px 0;font-size: 14px;}
    .nynews-ul li .content .Info .key{margin: 8px 0;}
    .nynews-ul li .content .Info{ padding-top:0 }
    .nynews-ul li .time-box{ margin-top:10px; }
}


@media(max-width: 767px) {
    .nynews-ul .news_list .news_list_r{padding-top:20px;padding-left: 0;padding-right: 0;}
    .nynews-ul .news_list .news_list_r a .desc{ padding-top:20px; }
    .nynews-ul li .content{ padding:0; }
    .nynews-ul li .time-box{ display:none; }
    .nynews-ul li .content .Info{padding-bottom:20px;padding-left: 0;padding-right: 0;}
    .nynews-ul li{border-top: 6px solid #c11212;}
    .nynews-ul li .content .Pic{ padding-left:0;padding-right:0; }
}

.kkk1{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 10px;margin-top: 0px;}
.kkk1 h3{float: left;width: 300px;text-indent: 30px;height: 40px;line-height: 37px;border-bottom: 2px #c11212 solid;color: #c11212;font-size: 20px;font-weight: bold;background: url(../images/p14-icon11.png) no-repeat 0 center;}

#nybusinesslist .owl-nav{ display:none; }

/*固定的悬浮窗*/
.yb_conct {position: fixed;z-index: 9999999;top: 200px;right: -127px;cursor: pointer;transition: all .3s ease;}
.yb_bar ul li {width: 180px;height: 53px;font: 16px/53px 'Microsoft YaHei';color: #fff;text-indent: 54px;margin-bottom: 3px;border-radius: 3px;transition: all .5s ease;overflow: hidden;text-align: center;}
.yb_bar .yb_top {background: #383838  url(../images/fixcont.png) no-repeat 0 0;}
.yb_bar .yb_phone {background: #383838 url(../images/fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ {text-indent: 0;background: #383838 url(../images/fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_email {text-indent: 0;background: #383838 url(../images/fixcont.png) no-repeat 0 -169px;}
.yb_bar .yb_skype {text-indent: 0;background: #383838 url(../images/skype.png) no-repeat;}
.yb_bar .yb_ali {text-indent: 0;background: #383838 url(../images/ali.png) no-repeat;}
.yb_bar .yb_ercode {background: #383838 url(../images/fixcont.png) no-repeat 0 -225px;}
.hd_qr {padding: 0 29px 25px 29px;}
.yb_QQ a,.yb_skype a,.yb_ali a ,.yb_email a{ text-indent: 54px;width: 100%;height: 100%;color: #fff;margin-left:59px;text-decoration:none;}
.yb_QQ a:hover,.yb_skype a:hover,.yb_ali a:hover ,.yb_email a:hover{ text-indent: 54px;width: 100%;height: 100%;color:#CCC;margin-left:59px;text-decoration:none;}
@media(max-width: 767px) {
    .yb_conct{ display:none; }
	}
	
	
/* 实力优势advantage */
#advantage{background-color: #fff;padding: 60px 0 70px;}
.ys-swiper-container{position: relative;overflow: hidden;margin-top: 40px;}
.ys-img{position: relative;overflow: hidden;}
.ys-img img{float: right;}
.ys-txt{position: absolute;top: 0;left: 0;width: 706px;height:100%;background: url(../images/ys-bg.png) no-repeat left;}
.ys-width{width: 510px;padding-left: 60px;}
.ys-txt .ys-txt-til{font-size: 36px;display: block;color: #fff; font-weight: bold;}
.ys-txt span{color: rgba(255,255,255,0.8);font-size: 16px;display: block;text-transform: uppercase;margin-top: 5px; font-weight: bold;}
.ys-txt p{font-size: 16px;color: #fff;margin-top: 40px;line-height: 25px;text-align: justify;}
.ys-txt .ys-txt-mor{color: #fff;display: block;padding-right: 40px;margin-top: 65px;font-size: 16px;background: url(../images/ys-more.png) no-repeat right;width: 104px; transition: all 0.5s;}
.ys-txt .ys-txt-mor:hover { margin-left: 10px; }
.ys-swiper-pagination{display: flex;}
.ys-swiper-pagination .swiper-pagination-bullet{flex: 1;margin: 0 !important;opacity: 1;border-radius: unset;background-color: #f5f5f5;height: 130px;text-align: center;}
.ys-swiper-pagination .swiper-pagination-bullet a{display:block;padding: 38px 0;}
.ys-swiper-pagination .swiper-pagination-bullet span{font-family: arial;font-size: 30px;font-weight: bold;color: #666;display: block;line-height: 30px;}
.ys-swiper-pagination .swiper-pagination-bullet p{font-size: 20px;color: #444;line-height: 22px;}
.ys-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-bottom: 4px solid #c11212;}
.ys-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span{color: #c11212;}
.ys-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active p{color: #c11212;}

.sy_shili_t  { text-align: center; }
.sy_shili_t span { font-size: 30px;color: #ddd;font-weight: bold;text-transform: uppercase; }
.sy_shili_t p { font-size: 42px;font-weight: bold; color: #333; }



@media (max-width:991px) {
	.ys-swiper-container{padding-top: 130px;}
	.ys-swiper-pagination{position: absolute;top: 0;}
	.ys-txt{position: static;background: #c11212;width: 100%;}
	.ys-width{width: 100%;padding: 30px;}
}
@media (max-width:767px) {
	#advantage{padding: 30px 0;}
	.ys-swiper-container{margin-top: 30px;}
	.sy_shili_t span { font-size: 20px; }
	.sy_shili_t p { font-size: 24px; }
	.sy_shili_t { padding-left: 10px; padding-right: 10px; }
	.sy_shili_nr{ padding-left: 10px; padding-right: 10px; }
		.ys-txt .ys-txt-til{font-size: 26px;line-height: 40px;}
}
@media (max-width:600px) {
	.ys-swiper-container{padding-top: 86px;}
	.ys-swiper-pagination .swiper-pagination-bullet{height: 86px;padding: 15px 0;}
	.ys-swiper-pagination .swiper-pagination-bullet span{font-size: 25px;}
	.ys-swiper-pagination .swiper-pagination-bullet p{font-size: 16px;}
	.ys-swiper-pagination .swiper-pagination-bullet a{padding:0;}
}
@media (max-width:450px) {
	.ys-swiper-container{padding-top: 136px;}
	.ys-swiper-pagination{flex-wrap: wrap;align-content: flex-start;}
	.ys-swiper-pagination .swiper-pagination-bullet{width: 33.33%;flex: auto;height: 68px;}
	.ys-swiper-pagination .swiper-pagination-bullet span{line-height: 24px;}
	.ys-swiper-pagination .swiper-pagination-bullet p{line-height: 20px;}
	.ys-width{padding: 20px;}

	.ys-txt span{font-size: 12px;}
	.ys-txt p{margin-top: 15px;font-size: 14px;}
	.ys-txt .ys-txt-mor{margin-top: 25px;}
}




/*成功案例*/
.case { overflow: hidden;padding-top: 50px; padding-bottom: 35px; }
.case .case_t { text-align: center; }
.case .case_t p { font-size: 30px; color: #fff; font-weight: bold; text-transform: uppercase; }
.case .case_t span { font-size: 42px; font-weight: bold; color: #fff; }
.case .case_nr { margin-top: 60px; overflow: hidden; }
.case .case_nr ul { overflow: hidden; background: #fff; padding-top: 55px; }
.case .case_nr ul li { padding:0 23px; margin-bottom: 28px; }
.case .case_nr ul li a { display: block; }
.case .case_nr ul li a dt img { display: block; max-width: 100%; border: 1px solid #eeeeee; border-bottom: none;}
.case .case_nr ul li a .desc { border: 1px solid #eeeeee; padding:24px 28px 25px 27px; overflow: hidden; }
.case .case_nr ul li a .desc .desc_t { font-size: 18px; color: #333333; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.case .case_nr ul li a .desc .desc_list { font-size: 14px; color: #666666; line-height: 1.6; margin-top: 15px;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.case .case_nr ul li a .desc em { float: right; font-size: 14px; color: #c11212;}
.case .case_nr .case_more { text-align: center; display: block; margin-left: 50%; transform: translateX(-90px);  margin-top: 30px;}
.case .case_nr a.more { width: 180px; height: 60px; display: block; background: #333;  display: table-cell;   vertical-align: middle; text-align: center; position: relative; transition: all 0.5s;}
.case .case_nr a.more::after {content: '';position: absolute;left: -15px;top: -15px;width: 30px;height: 30px;background: #f5f5f5;z-index: 21;transform: rotateZ(45deg);}
.case .case_nr a.more span { font-size: 16px; color: #fff; }
.case .case_nr a.more img { margin-top: 5px; margin-left: 5px; max-width: 100%;  }
.case .case_nr ul li:hover a .desc .desc_t { color: #c11212; }
.case .case_nr a.more:hover { background: #c11212; }
 
@media(max-width: 1330px) {
	.case .case_nr ul li { padding:0 15px; }
}

@media(max-width: 1199px) {
	.case { padding-top: 30px; }
	.case .case_nr { margin-top: 40px; }
	.case .case_nr ul { padding-top: 35px; }
	.case .case_t span { font-size: 36px; }
}

@media(max-width: 991px) {
	.case .case_nr ul li { padding:0 5px; }
	.case .case_nr ul li a .desc { padding: 14px 18px 15px 17px; }
	.case .case_nr a.more { width: 160px; height: 50px; }
}

@media(max-width: 767px) {
	.case .case_nr ul li { padding:0 10px; }
}
@media(max-width: 500px) {
	.case .case_nr { margin-top: 20px; }
	.case .case_t span { font-size: 26px; }
	.case .case_t p { font-size: 22px; }
	.case .case_nr ul li { padding: 0 5px; margin-bottom: 15px; }
	.case .case_nr a.more { width: 140px; height: 40px;  }
	.case .case_nr a.more span { font-size: 14px; }
}
